'Declaration<DispIdAttribute(83)> Function DrawBarcode1D_2( _ ByVal BarcodeType As Barcode1DWriterType, _ ByVal Data As String, _ ByVal DstX As Single, _ ByVal DstY As Single, _ ByVal DstWidth As Single, _ ByVal DstHeight As Single, _ ByVal Cyan As Byte, _ ByVal Magenta As Byte, _ ByVal Yellow As Byte, _ ByVal Black As Byte _ ) As GdPictureStatus
[DispId(83)] GdPictureStatus DrawBarcode1D_2( Barcode1DWriterType BarcodeType, string Data, float DstX, float DstY, float DstWidth, float DstHeight, byte Cyan, byte Magenta, byte Yellow, byte Black )
function DrawBarcode1D_2(
BarcodeType: Barcode1DWriterType;
Data: String;
DstX: Single;
DstY: Single;
DstWidth: Single;
DstHeight: Single;
Cyan: Byte;
Magenta: Byte;
Yellow: Byte;
Black: Byte
): GdPictureStatus;
DispIdAttribute(83) function DrawBarcode1D_2( BarcodeType : Barcode1DWriterType, Data : String, DstX : float, DstY : float, DstWidth : float, DstHeight : float, Cyan : byte, Magenta : byte, Yellow : byte, Black : byte ) : GdPictureStatus;
[DispId(83)] GdPictureStatus DrawBarcode1D_2( Barcode1DWriterType BarcodeType, string* Data, float DstX, float DstY, float DstWidth, float DstHeight, byte Cyan, byte Magenta, byte Yellow, byte Black )
[DispId(83)] GdPictureStatus DrawBarcode1D_2( Barcode1DWriterType BarcodeType, String^ Data, float DstX, float DstY, float DstWidth, float DstHeight, byte Cyan, byte Magenta, byte Yellow, byte Black )
Parameters
- BarcodeType
- Data
- DstX
- DstY
- DstWidth
- DstHeight
- Cyan
- Magenta
- Yellow
- Black